// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Zedd','Echostage','Washington, DC','Sunday','4/28/2024','10:00 PM','6389529','Zedd-4-28-2024'],['Afrojack','Echostage','Washington, DC','Friday','5/3/2024','9:00 PM','6294667','Afrojack-5-3-2024'],['Echo and the Bunnymen','Stubbs Waller Creek Amphitheater','Austin, TX','Tuesday','5/7/2024','8:00 PM','6131814','Echo-and-the-Bunnymen-5-7-2024'],['Madison Beer','Echostage','Washington, DC','Friday','5/10/2024','8:00 PM','5995964','Madison-Beer-5-10-2024'],['Mau P','Echostage','Washington, DC','Saturday','5/11/2024','9:00 PM','6254022','Mau-P-5-11-2024'],['Sean Paul','Echostage','Washington, DC','Sunday','5/12/2024','8:00 PM','6252138','Sean-Paul-5-12-2024'],['Tchami & Malaa','Echostage','Washington, DC','Friday','5/17/2024','9:00 PM','6313138','Tchami---Malaa-5-17-2024'],['Yellow Claw & Flosstradamus','Echostage','Washington, DC','Saturday','5/18/2024','9:00 PM','6348856','Yellow-Claw---Flosstradamus-5-18-2024'],['Hunxho','Echostage','Washington, DC','Wednesday','5/22/2024','8:00 PM','6305980','Hunxho-5-22-2024'],['Chris Lake','Echostage','Washington, DC','Friday','5/24/2024','9:00 PM','6323624','Chris-Lake-5-24-2024'],['Tokischa','Echostage','Washington, DC','Thursday','6/6/2024','9:00 PM','6371128','Tokischa-6-6-2024'],['Chase & Status','Echostage','Washington, DC','Friday','6/21/2024','9:00 PM','6330118','Chase---Status-6-21-2024'],['Lost Frequencies','Echostage','Washington, DC','Saturday','6/22/2024','9:00 PM','6376331','Lost-Frequencies-6-22-2024'],['Elrow','Echostage','Washington, DC','Saturday','7/13/2024','9:00 PM','6365047','Elrow-7-13-2024'],['Boogie T','Echostage','Washington, DC','Thursday','4/10/2070','TBD','4320168','Boogie-T-4-10-2070'],['Wizkid','Echostage','Washington, DC','Friday','4/11/2070','TBD','4279946','Wizkid-4-11-2070'],['Krewella & Whipped Cream','Echostage','Washington, DC','Thursday','9/25/2070','9:00 PM','4379382','Krewella---Whipped-Cream-9-25-2070']],'Echo Stage','http://www.ticketnetwork.com/ticket/Echo-Stage-events.aspx');